home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Shareware
/
Beyond Compare 3.0.10
/
BCompareSetup.exe
/
{app}
/
BCompare.exe
/
0
/
RCDATA
/
TSTARTUPPREFSFRAME
/
TSTARTUPPREFSFRAME.txt
Wrap
Text File
|
2008-11-03
|
4KB
|
158 lines
inherited StartupPrefsFrame: TStartupPrefsFrame
HelpType = htKeyword
HelpKeyword = 'Startup_Options'
Caption = 'Startup'
inherited DefaultBtn: TUiButton
TabOrder = 2
end
object StartupGroupBox: TUiGroupBox
Left = 8
Top = 8
Width = 409
Height = 201
Caption = 'On startup'
TabOrder = 0
object WorkspaceAutoLoadNameLbl: TUiLabel
Left = 8
Top = 20
Height = 13
Caption = 'Load workspace:'
FocusControl = WorkspaceAutoLoadNameEdit
end
object WorkspaceAutoSaveNameLbl: TUiLabel
Left = 208
Top = 20
Height = 13
Caption = 'On exit, save workspace as:'
FocusControl = WorkspaceAutoSaveNameEdit
end
object CheckForUpdatesDayAmtDaysLbl: TUiLabel
Left = 80
Top = 174
Height = 13
Caption = 'days'
end
object CheckForUpdatesLastCheckedLbl: TUiLabel
Left = 176
Top = 174
Height = 13
Caption = '%'
end
object WorkspaceAutoLoadNameEdit: TUiComboBox
Left = 8
Top = 36
Width = 193
Height = 21
ItemHeight = 13
TabOrder = 0
OnChange = SomethingChangedClick
end
object WorkspaceAutoSaveNameEdit: TUiComboBox
Left = 208
Top = 36
Width = 193
Height = 21
ItemHeight = 13
TabOrder = 1
OnChange = SomethingChangedClick
end
object ShowQuickCompareEdit: TUiCheckBox
Left = 8
Top = 68
Height = 17
Caption = 'When starting with file comparison, show quick compare dialog'
TabOrder = 2
OnClick = SomethingChangedClick
end
object BinaryQuickCompareEdit: TUiRadioButton
Left = 24
Top = 86
Height = 17
Caption = 'Binary quick compare'
TabOrder = 3
OnClick = SomethingChangedClick
end
object RulesBasedQuickCompareEdit: TUiRadioButton
Left = 24
Top = 102
Height = 17
Caption = 'Rules-based quick compare'
TabOrder = 4
OnClick = SomethingChangedClick
end
object ShowDiffViewAlwaysEdit: TUiCheckBox
Left = 24
Top = 120
Height = 17
Caption = 'Open view automatically if files are different'
TabOrder = 5
OnClick = SomethingChangedClick
end
object CheckForUpdatesEdit: TUiCheckBox
Left = 8
Top = 150
Height = 17
Caption = 'Check for updates every:'
TabOrder = 6
OnClick = SomethingChangedClick
end
object CheckForUpdatesDayAmtEdit: TUiSpinEdit
Left = 24
Top = 170
Width = 50
Height = 21
Max = 365
Min = 1
Position = 1
TabOrder = 7
OnChange = SomethingChangedClick
end
end
object ShellExtGroupBox: TUiGroupBox
Left = 8
Top = 214
Width = 409
Height = 171
Caption = 'Explorer integration'
TabOrder = 1
object ShellExtEdit: TUiCheckBox
Left = 8
Top = 20
Height = 17
Caption = 'Include Beyond Compare in Explorer context menu'
TabOrder = 0
OnClick = SomethingChangedClick
end
object ShellExtItemPosTable: TUiListTable
Left = 24
Top = 40
Width = 377
Height = 81
HeaderCols.Items = (
'200'
'180')
HeaderCols.WideStrings = (
'Command'
'Location')
HeaderHeight = 19
TabOrder = 1
VertLines = True
OnClick = ShellExtItemPosTableClick
end
object ShellExtItemPosEdit: TUiRadioGroup
Left = 24
Top = 128
Width = 377
Height = 33
Caption = '%'
Columns = 3
Items.WideStrings = (
'None'
'Main menu'
'Submenu')
TabOrder = 2
OnClick = ShellExtItemPosClick
end
end
end